From: Axel Lin Date: Fri, 29 Apr 2016 05:38:41 +0000 (+0800) Subject: spi: st-ssc4: Allow compile test build X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~2240^2~1^5~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=83fefd2d5bec94de765305d44633c42371360a2a;p=linux-4.9.git spi: st-ssc4: Allow compile test build There is no build dependency for this driver, so enable COMPILE_TEST to get better build coverage. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 9d8c84bb1544..06190890a60e 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -569,7 +569,7 @@ config SPI_SIRF config SPI_ST_SSC4 tristate "STMicroelectronics SPI SSC-based driver" - depends on ARCH_STI + depends on ARCH_STI || COMPILE_TEST help STMicroelectronics SoCs support for SPI. If you say yes to this option, support will be included for the SSC driven SPI.